home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Newton Sample Code 1.2 / Drawing / Dot2Dot-2 / README.Dot2Dot < prev   
Encoding:
Text File  |  1994-02-28  |  491 b   |  24 lines  |  [TEXT/R*ch]

  1. /*
  2.   Dot2Dot Project Data
  3.   Copyright: © Apple Computer, Inc. 1993-1994. All Rights Reserved.
  4.   
  5.   by Kent Sandvik
  6.  
  7.  */ 
  8.  
  9. Version History
  10.  
  11. v1 - initial release
  12.  
  13. v2 - engber turned loose on it
  14.       - size base view based on screen size
  15.       - gave it a decent icon
  16.       - spiffed it up
  17.  
  18.  
  19. Purpose: 
  20. • Shows how to map global coordinates to local ones
  21. • Shows how to track pen clicks and convert them to an array suitable for a polygon
  22. • view system handling
  23. • how arrays are created in RAM
  24.